home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / arbpg_pu.h < prev    next >
C/C++ Source or Header  |  1996-06-04  |  1KB  |  52 lines

  1. /*
  2.  * arbo_page_public.h
  3.  *
  4.  * Purpose:
  5.  * --------
  6.  * Interface publique pour ARBOPAGES
  7.  *
  8.  * History:
  9.  * --------
  10.  * 16.11.94: fplanque: Created
  11.  */
  12.  
  13. #include "DEF_ARBO.H"
  14. #include "GEMWDEF.H"
  15.  
  16. /*
  17.  * ------------------------- MEMBRES PUBLICS ----------------------------
  18.  */
  19.  
  20.  
  21. /*
  22.  * ----------------------- OPERATIONS PUBLIQUES -------------------------
  23.  */
  24.  
  25.     /*
  26.      * Constructeur/Initialisation:
  27.      */
  28.     extern    void    init_arbo( void );
  29.  
  30.  
  31.     extern    void    ouverture_page_arbo( WIPARAMS    *selection_adr );
  32.     extern    void    ouverture_menu_arbo( WIPARAMS    *selection_adr );
  33.  
  34.  
  35.  
  36.     extern    char    *arbo_infoline_selection( WIPARAMS *wi_params_adr );
  37.  
  38.     extern    DATAPAGE    *cree_pagearbo( DATADIR *curr_datadir, int fnct, char *form_name, int pos_x, int pos_y );
  39.  
  40.     ARBO_TEXTPAR *    cree_textpars2( 
  41.                         ARBO_TEXTPAR * TTextPar_Origin );    /* In: Tableau de valeurs par d‚faut */
  42.     int    access_arbo( 
  43.                 DATAPAGE *datapage, 
  44.                 WORK_CONTENT *content_ptr );
  45.     void    arboedit_optimal( int wi_ckind, int *border_x, int *border_y, int *border_w, int *border_h);
  46.  
  47.     void open_arbosomm( 
  48.             WIPARAMS *pWiParams, 
  49.             DATAPAGE *datapage );
  50.     void free_arbosomm( OBJECT *form_adr );
  51.             
  52.